SftTree/OCX 7.0

SftTreeSplitter.ResizeMode Method

Softel vdm, Inc.

Allows the user to resize the panes of a split tree control using the keyboard.

Syntax       

VB.NET

object.ResizeMode()

VB

object.ResizeMode

C#.NET

void object.ResizeMode();

VC++

HRESULT object->ResizeMode();

C

HRESULT object->raw_ResizeMode();

Delphi

procedure object.ResizeMode();

object

A SftTreeSplitter object.

Comments

The ResizeMode method allows the user to resize the panes of a split tree control using the keyboard.

The splitter bar of a split tree control can always be resized by dragging the splitter bar using the mouse.  If an application wants to provide a keyboard interface, a menu option could be implemented which invokes SplitterResizeMode.

Once the ResizeMode method is called, the panes of a split tree control can be resized using the left and right arrow keys.  When the user presses the ESCAPE key or moves the mouse cursor away from the splitter bar, the resizing operation ends.  While the user resizes the panes, the ColumnSize event occurs. 

See Also  SftTreeSplitter Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com